docs: Add missing fields to GtkTextBufferClass
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 2 Dec 2020 19:04:43 +0000 (19:04 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 2 Dec 2020 19:05:41 +0000 (19:05 +0000)
gtk/gtktextbuffer.h

index 2223bb9516c0c4f9a672d0bfc8c1ad1871706ed8..f7bed5b57cb202296fa0b76ae5d78560afc4e186 100644 (file)
@@ -77,6 +77,10 @@ struct _GtkTextBuffer
  * @begin_user_action: The class handler for the #GtkTextBuffer::begin-user-action signal.
  * @end_user_action: The class handler for the #GtkTextBuffer::end-user-action signal.
  * @paste_done: The class handler for the #GtkTextBuffer::paste-done signal.
+ * @undo: The class handler for the #GtkTextBuffer::undo signal
+ * @redo: The class handler for the #GtkTextBuffer::redo signal
+ *
+ * The class structure for #GtkTextBuffer.
  */
 struct _GtkTextBufferClass
 {